API - Cache\Db_cache_driver
system\cache.php at line 191

Class Db_cache_driver

Dynamic_cache_driver
└─Writeback_cache_driver
└─Db_cache_driver
All Known Subclasses:
MySQL_cache

public abstract class Db_cache_driver
extends Writeback_cache_driver

Query cache drivers are driven by database

Fields inherited from API - Cache\Writeback_cache_driver
removed_data, writeback_data
Method Summary
abstract int

get_all(mixed realm)

Loads all variables from a specified realm(s) into the global scope

Methods inherited from API - Cache\Writeback_cache_driver
flush, remove, remove_now, store, store_now
Methods inherited from API - Cache\Dynamic_cache_driver
store

Method Detail

system\cache.php at line 198

get_all

public abstract int get_all(mixed realm)
Loads all variables from a specified realm(s) into the global scope
Parameters:
realm - Realm name or array of realm names
Returns:
Number of items loaded